Function: bindObjects(object1, object2) Description: Binds two objects together so that each object can directly reference the other. Returns: The unmodified object passed through as the first parameter. Note: Any type of object is supported. Example: // Bind two objects together. $A.bindObjects(domElement1, domElement2);